Welcome![Sign In][Sign Up]
Location:
Search - socket CSharp

Search list

[CSharpCsharp-Raw Socket

Description: 用C#的Raw Socket实现网络封包监视-C# Raw Socket surveillance network packets
Platform: | Size: 5494 | Author: 胡卫星 | Hits:

[WinSock-NDIS用CSharp实现基于TCP协议的网络通讯

Description: 本文介绍了C#中如何使用System.Net.Socket来进行基于TCP协议的通信编程,该文是以读取服务器系统时间这么一个简单例子来说明的。-This paper introduces the C# System.Net.Socket how to use TCP-based communications program, the text is based on the server time to read such a simple example to explain.
Platform: | Size: 3245 | Author: 开远 | Hits:

[CSharpclient_server

Description: SOCKET编程文档及实例含有客户端和服务器端源码-SOCKET programming documentation, and examples contain the client and server-side source code
Platform: | Size: 1212416 | Author: zhangxizi | Hits:

[CSharpSocket-Demo-From-MSDN

Description: Socket demo in C#, easy to understand
Platform: | Size: 35840 | Author: mxiixm | Hits:

[Internet-NetworkFtpClient

Description: Socket Programming, FTP Client source
Platform: | Size: 5120 | Author: soudaniet | Hits:

[CSharpxiaoyangIM

Description: 欢迎大家使用该简单的通信软件,下边简单介绍下下: 适用范围: 非常适合初学者学习使用。(Socket编程) 实现的功能: (1)用户注册 (2)添加好友 (3)跟好友聊天 (4)在线用户管理 (5)服务器日志管理 -Welcome to use the simple communication software, a brief introduction below under the following: Application: Ideal for beginners to learn to use. (Socket Programming) to achieve the functions of: (1) Register (2) Add friends (3), chat with friends (4) online management (5) server log management
Platform: | Size: 632832 | Author: 小金哥 | Hits:

[CSharpmultiSocket

Description: Socket编程 多线程程序 服务器与客户端程序-Socket programming multi-threaded application server and the client program
Platform: | Size: 485376 | Author: wt | Hits:

[FlashMXCSharpflashsocket

Description: C#+flash socket聊天程序,欢迎大家下载试用-C#+ flash socket chat program
Platform: | Size: 252928 | Author: lqc | Hits:

[Internet-Networksocket

Description: 网络socket编写指南,非常详细,是不可多得socket参考手册-Network socket preparation of guidelines, very detailed, is a rare reference manual socket
Platform: | Size: 393216 | Author: webccweb | Hits:

[Internet-NetworkSocketCommunication

Description: Socket实现客户端与服务端通信源码 程序说明: 开发工具:Visual Studio 2005 本程序演示了Socket通信的基本原理,非常适合初学者。程序分为两部分:服务器端与客户端,实际上客户端也可以充当服务器端,本程序两端的区别在于服务器端要发送数据必须要有客户端的连接作为基础,而客户端没有此限制。希望本示例能够给大家学习SOCKET带来帮助。 注意事项: 1.运行程序之前请先设定好服务器端的IP地址,在客户端程序中的设置-》服务器IP设置,可更改为具体服务器的IP地址,否则程序将不能正常运行 2.运行服务器端程序,运行后服务器端会自动以本地的IP地址与预设的端口号开启监听。本程序可以在局域网中实现简单的通信,但是只能向服务器发送数据,然后服务器向指定的客户端发送数据。大家可以在此基础上对程序进行更改,让局域网上的每个用户都可以聊天。 -Socket to achieve client and server communication source Program Description: Development Tools: Visual Studio 2005 This program demonstrates the basic principles of Socket Communications, is suitable for beginners. Program is divided into two parts: the server side and client side, in fact, clients can also act as a server-side, the difference between both ends of this procedure is to send the data server must have a connection as a basis for the client, but client does not have this limitation. Hope this example will be helpful for everyone to learn SOCKET. Note: 1. Run the program before you set up the IP address of the server, the client program settings- the "server IP settings, change the IP address for a specific server, otherwise the program will not run 2. Run the server-side program will run automatically after the server s IP address and the default local port number of open listening. This procedure can be implemented in a simple local area network communications, but
Platform: | Size: 90112 | Author: 谢巍 | Hits:

[CSharpsocket

Description: 3G智能手机开发:socket通讯的发送端和接收端,接收端其IP地址应该是服务器网络的实际地址。-3G smart phone: socket communication transmitter and receiver, the receiver the IP address should be the actual address of the server network.
Platform: | Size: 113664 | Author: 刘洋 | Hits:

[CSharpMODBUS-CSharp

Description: socket测试小程序。MODBUS协议。很简单的小例子,适合初学者。-socket test applet. MODBUS protocol. A very simple little example for beginners.
Platform: | Size: 32768 | Author: 大千 | Hits:

[CSharpMenuServer

Description: 用C#写了个点菜系统的服务端,负责编辑菜单的xml文件,然后上传至手持终端,更新其上的菜单信息。兼具socket功能,接收手持终端传来的客人点的菜单信息。这个代码是半成品,里面有FTP操作的类,socket的Server端,TCP形式,还有XML的解析功能及图片的显示。(VS2005环境C#语言编写)-With C# wrote a la carte system, server, responsible for editing the menu' s xml file and uploaded to the handheld terminal, update the menu information. Both the socket function, hand-held terminal to receive guests are coming from the menu information. This code is semi-finished products, there are FTP operation type, socket of the Server side, TCP forms, as well as XML parsing function and image display. (VS2005 environment written in C#)
Platform: | Size: 52224 | Author: 陈旭 | Hits:

[Othertcp-ip-sockets-in-cSharp

Description: c#下tcp/ip sockets的详细原理及应用。 主要内容有: socket的原理介绍 收发消息 阻塞、线程等。-TCP/IPSocketsinC# Practical Guide for Programmers Contents: 4 Beyond the Basics 4.1 Nonblocking I/O 4.2 Multiplexing 4.3 Threads 4.4 Asynchronous I/O 4.5 Multiple Recipients 4.6 Closing Connections 4.7 Wrapping Up 4.8 Exercises 5 Under the Hood 5.1 Buffering and TCP 5.2 Buffer Deadlock 5.3 Performance Implications 5.4 TCP Socket Life Cycle 5.5 Demultiplexing Demystified 5.6 Exercises
Platform: | Size: 1604608 | Author: grace | Hits:

[Communicationsocket

Description: C#实现Socket通信,为想学C#的同学提供源码-C# Socket Communications to achieve, as students want to learn C# source code available
Platform: | Size: 65536 | Author: 王涛 | Hits:

[TCP/IP stackgprs-HEX

Description: GPRS 采集 十六进制数据 采用TCP/IP协议 SOCKET通信-GPRS data collected hex
Platform: | Size: 141312 | Author: yubowen | Hits:

[Compress-Decompress algrithmsTCP-socket-CSharp

Description: TCP socket通讯实例 这是一个有客户端和服务器端的多人即时通讯软件-TCP socket communication example
Platform: | Size: 92160 | Author: hua | Hits:

[CSharpSocket(CSharp)

Description: c#下socket套接字的收发,包括服务器端和客户端-c# Socket
Platform: | Size: 354304 | Author: zyt | Hits:

[TCP/IP stackTcpClientRecive

Description: 基于TCP/ip协议的socket通信,此代码为自己写的一个类,只要传入服务端的地址和端口就可以,此为异步通信方式(TCP/ip protocol based on the socket communication, this code for yourself to write a class, as long as the incoming server address and port can be, this is asynchronous communication mode)
Platform: | Size: 2048 | Author: 天涯游子-北野 | Hits:

[CSharpSocket

Description: Socket Client Server
Platform: | Size: 103424 | Author: wyx-xxx | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 18 »

CodeBus www.codebus.net